hive 非等值连接, 设置hive为nonstrict模式
1 数据准备 create table stocks(id int, date string,price string, company string); insert into table ...
1 数据准备 create table stocks(id int, date string,price string, company string); insert into table ...